home *** CD-ROM | disk | FTP | other *** search
- .key FILE
- .bra [
- .ket ]
-
- SetEnv GS_LIB data
- Stack 32768 <>NIL:
-
- IF [FILE]
- gs -sDEVICE=stcolor -sOutputFile=$gsport -r360 -sDithering=fsmono -dUnidirectional -dBitsPerPixel=1 -dNOPAUSE -q -dBATCH -sPAPERSIZE=$gspapersize stcolor.ps [FILE] <>NIL:
- Else
- gs -sDEVICE=stcolor -sOutputFile=$gsport -r360 -sDithering=fsmono -dUnidirectional -dBitsPerPixel=1 -dNOPAUSE -q -dBATCH -sPAPERSIZE=$gspapersize stcolor.ps `RequestFile PATTERN "(#?.ps|#?.pdf)"` <>NIL:
- EndIf
-